home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1999 February / TECH Win 02-1999 Disc A.iso / ols / lzh / adminsd.lzh / SDOWN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-18  |  1.5 KB  |  56 lines

  1. // SDown.h : SDOWN アプリケーションのメイン ヘッダー ファイルです。
  2. //
  3.  
  4. #if !defined(AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_)
  5. #define AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // メイン シンボル
  16.  
  17. BOOL    EnablePrivilege( LPTSTR privilege );
  18. BOOL    DisablePrivilege( LPTSTR privilege );
  19. BOOL    Logging( char* msg );
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CSDownApp:
  23. // このクラスの動作の定義に関しては SDown.cpp ファイルを参照してください。
  24. //
  25.  
  26. class CSDownApp : public CWinApp
  27. {
  28. public:
  29.     CSDownApp();
  30.  
  31. // オーバーライド
  32.     // ClassWizard は仮想関数のオーバーライドを生成します。
  33.     //{{AFX_VIRTUAL(CSDownApp)
  34.     public:
  35.     virtual BOOL InitInstance();
  36.     //}}AFX_VIRTUAL
  37.  
  38. // インプリメンテーション
  39.  
  40.     //{{AFX_MSG(CSDownApp)
  41.         // メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
  42.         //        この位置に生成されるコードを編集しないでください。
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. protected:
  46.     BOOL GetAppOption( int* nTime, int* nOption );
  47. };
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio は前行の直前に追加の宣言を挿入します。
  54.  
  55. #endif // !defined(AFX_SDOWN_H__506B3B85_4E2F_11D2_83E3_444553540000__INCLUDED_)
  56.